'Declaration<DispIdAttribute(513)> Function SetFormFieldLocation( _ ByVal FieldId As Integer, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Right As Single, _ ByVal Bottom As Single _ ) As GdPictureStatus
[DispId(513)] GdPictureStatus SetFormFieldLocation( int FieldId, float Left, float Top, float Right, float Bottom )
function SetFormFieldLocation(
FieldId: Integer;
Left: Single;
Top: Single;
Right: Single;
Bottom: Single
): GdPictureStatus;
DispIdAttribute(513) function SetFormFieldLocation( FieldId : int, Left : float, Top : float, Right : float, Bottom : float ) : GdPictureStatus;
Parameters
- FieldId
- Left
- Top
- Right
- Bottom